CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟 basic

搜索资源列表

  1. 模拟计算器的实现

    0下载:
  2. 模拟计算器的实现,可以进行基本的运算-the realization simulation calculators, the basic arithmetic
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:12175
    • 提供者:王斌
  1. OpenGL模拟太阳系星球运转

    1下载:
  2. 利用OpenGL模拟太阳系星球运转,Opengl初学者学习旋转等基本函数的很好实例-use OpenGL simulated solar system planet operation, rotating Opengl beginners learn the basic functions of a good example
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:667445
    • 提供者:lidu
  1. 模拟退火源码

    1下载:
  2. 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:55205
    • 提供者:qianyg
  1. 模拟拼音输入法的源程序

    3下载:
  2. 在VC++6.0环境下用C++语言编写一个简单的模拟拼音输入法程序,该模拟拼音输入法具有真正的拼音输入法的基本功能。-6.0 in VC environment with C language simulation of a simple phonetic input procedures, the simulation Pinyin input method with the real Pinyin input method's basic functions.
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:158183
    • 提供者:陈青侠
  1. delphi模拟qq登陆界面

    1下载:
  2. delphi模拟qq的客户端,包括登录界面,注册向导,聊天等QQ基础功能,可以配合前面的服务器端使用-the client, including the login screen, a registered guide, and chat with other QQ basic function will be in line with previous use of the server-side
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:1039327
    • 提供者:黄秋峰
  1. CPU模拟

    0下载:
  2. 本软件实现了模拟cpu的基本工作原理和工作过程,可以实现机器指令级和微指令级的操作,同时又可在编辑窗口内自行变编辑指令,对于初学者学习CPU的结构和工作原理是很有帮助的-the software simulation cpu the basic working principle and the process, the machine can achieve the task of instruction-level and the operational level, but also wi
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:121163
    • 提供者:叶靥
  1. 校园卡模拟

    0下载:
  2. 校园卡模拟,实现校园卡的基本功能-Campus Card simulation, Campus Card basic functions
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:15057
    • 提供者:马鹏
  1. enigma-in-basic

    0下载:
  2. ENIGMA3模拟WW II加密算法-ENIGMA3 simulation WW II encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:33122
    • 提供者:陈峰
  1. 模拟WINDOWS计算器

    0下载:
  2. #制作了一个类似Windows中的计算器。本计算器的基本功能如下: 1实现了计算器的基本功能:加、减、乘、除 2实现开平方根 3实现清除屏幕 4实现了清除内存 5实现了对屏幕数据的复制和粘贴-# produced a similar Windows calculator. The basic functions of the calculator is as follows : a realization of the basic functions of the calculator : ad
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:349414
    • 提供者:
  1. 模拟航空售票系统

    0下载:
  2. 航空售票系统.模拟受票中心,可完成定票,售票,退票等基本功能-air ticketing system. By simulation center, scheduled to be completed votes, ticketing, basic features, such as a refund
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:2337
    • 提供者:凯文
  1. 页面置换算法的模拟实现和计算命中率

    0下载:
  2. 基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面,而第二列用作标记位计数器。每当发生缺页时,就从内存中调出一页,首先将内存中的页面一一与要调入内存中的页面之后的页面比较,如果两个页面不相等,则内存中相应的页面的标记位计数器加一,直至到有相等的页面,则该页面的比较停止,再重复以上操作,直至内存中的页面全部比较完。然后找出内存中页面的标记位最大的页面,而该页就是要置换出来的页。 FIFO: 该算法的基本思想是用队列queue存储内存中的页面,队列
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:26423
    • 提供者:何泽荣
  1. mysql模拟程序

    1下载:
  2. 类似于mysql的一个console应用程序,功能少一些,实现了基本的SQL语句,有index-mysql similar to the one console application procedures, functions less and the basic implementation of SQL, index
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:74256
    • 提供者:黄欣
  1. OpenGL导弹模拟系统VC程序

    1下载:
  2. 本程序模拟导弹系统,用VC+OpenGL开发,包含了OpenGL开发基本函数的用法。-the procedures simulated missile system, with VC OpenGL development, including the development of the OpenGL basic function of usage.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:209668
    • 提供者:王京
  1. 模拟一个文件管理系统

    0下载:
  2. 设计的文件系统实现下述的基本操作:建立文件;删除文件;打开文件;关闭文件; 可对文件设置保护措施(读,写,执行)。-the file system is designed to implement basic operations as follow: create file delete file open file close file set security measure
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13209
    • 提供者:林子建
  1. 模拟打字软件

    0下载:
  2. 用C语言编写的模拟windows的打字软件,可以实现基本的打字功能!-Write with c to simulate windows typing software.This will implement those basic typing functions.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1095
    • 提供者:雨金
  1. shaizi

    0下载:
  2. 电脑模拟色子。按空格键开始滚动,再按空格键结束滚动。-Computer simulation dice. Press the spacebar to start rolling, then the end of the space bar to scroll.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:7741
    • 提供者:王建民
  1. simulation_of_mountain_for_VB

    0下载:
  2. 用Visual Basic和分形算法编程实现了山的模拟。-simulation_of_mountain_for_VB.rar
  3. 所属分类:Fractal program

    • 发布日期:2017-04-04
    • 文件大小:39788
    • 提供者:fuyanbin
  1. ZYB

    0下载:
  2. VB模拟掷硬币实验 VB模拟掷硬币实验-VB simulated throwing coins in a coin toss experiment VB simulation experiments simulated a coin toss experiment VB
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:72793
    • 提供者:zzx
  1. 操作系统+模拟的+欢迎下载+C#版

    0下载:
  2. 这是个模拟操作系统,实现了基本的文件管理,进程管理,内存管理-This is a simulation of the operating system to achieve the basic document management, process management, memory management
  3. 所属分类:其他小程序

    • 发布日期:2017-03-29
    • 文件大小:405510
    • 提供者:远光
  1. 基础篇 21. STM32 ADC模拟量输入实验

    0下载:
  2. 原子的最基础的单通道、单次的采集初始程序。(The most basic single channel single sampling)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-21
    • 文件大小:101031936
    • 提供者:Han25
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com